home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst CDWARE 1996 May to August / Catalyst CDWARE 1996 May to August.iso / .products / SunScreen / _install / install_show.sh next >
Text File  |  1996-02-07  |  302b  |  18 lines

  1.  #! /bin/sh
  2.  #
  3.  #       get installation directory
  4.  #
  5.  
  6.  
  7. COMPANY_DIR=$PRODUCT_DIR/SunScreen
  8. export COMPANY_DIR
  9.  
  10.  #
  11.  # execute installation script
  12.  #
  13.  
  14. $OPENWINHOME/bin/cmdtool -Wb 250 250 210 -Wl "Run Presentation      " -Wx large -Ww 78 -Wh 20 -Wp 210 210 $COMPANY_DIR/_install/show
  15.  
  16. read answer
  17. exit 0
  18.